home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1018 b | 30 lines | [TEXT/ScoM] |
- (def-orchestra 'orchestra
- all-instruments (drums)
- drums (hihat1 hihat2 basl snare fill)
- )
-
- (def-section-timesheet sect-a
- with 1/1
- tonality drums
- drums "----"
- ;
- ; drum pattern
- ;
- beat 1/16 ; 1---!---!---!---.---!---!---!---2---!---!---!---.---!---!---!---.
- basl "- - - - - - - - - - - - - - - - - - " (join-drums mu80-analog BDAnalogL BassDrumM) with '(65)
- snare " - - - - -- " (join-drums mu80-analog anasnareh SnareRoll) with '(35)
- fill " - - - " (mu80-analog whipslap) with '(35)
- hihat1 " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -" (mu80-analog cabasa) with '(65 55)
- hihat2 "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " (mu80-analog AnaHHClosed1) with '(65 55)
- )
-
- (def-section sect-a
- drums
- channel 10
- )
-
- (play-file-p "drumtest"
- all-instruments '(sect-a)
- )
-
-